LLM03: add scenario for compromised build pipeline producing tampered…#822
Open
arshi016 wants to merge 1 commit into
Open
LLM03: add scenario for compromised build pipeline producing tampered…#822arshi016 wants to merge 1 commit into
arshi016 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new attack scenario (Scenario #14) to LLM03 covering compromise of an organization's own CI/CD pipeline producing tampered model artifacts at build time.
Motivation
The existing 13 scenarios in LLM03 all treat the supply chain risk as originating from an external component (third-party package, public model, upstream dataset, collaborative merge service, etc.). None cover the case where the organization's own build pipeline is compromised and produces a tampered artifact that passes provenance and attestation checks precisely because it was signed by the trusted internal release infrastructure.
This attack class has well-known analogues in traditional software supply chains (xz-utils, Codecov, SolarWinds). The equivalent attack surface exists for ML pipelines wherever model artifacts are built, signed, and deployed automatically without model-specific integrity controls. Given the growing use of internal fine-tuning pipelines and CI/CD-driven model releases, this scenario seems worth calling out explicitly in the supply chain threat model.
Scope